runtime.statAggregate.heapStats (field)
26 uses
runtime (current package)
metrics.go#L224: hist.counts[len(hist.counts)-1] = in.heapStats.largeAllocCount
metrics.go#L227: for i, count := range in.heapStats.smallAllocCount[1:] {
metrics.go#L236: out.scalar = in.heapStats.totalAllocated
metrics.go#L243: out.scalar = in.heapStats.totalAllocs
metrics.go#L250: hist.counts[len(hist.counts)-1] = in.heapStats.largeFreeCount
metrics.go#L253: for i, count := range in.heapStats.smallFreeCount[1:] {
metrics.go#L262: out.scalar = in.heapStats.totalFreed
metrics.go#L269: out.scalar = in.heapStats.totalFrees
metrics.go#L302: out.scalar = in.heapStats.numObjects
metrics.go#L309: out.scalar = in.heapStats.tinyAllocCount
metrics.go#L334: out.scalar = uint64(in.heapStats.committed - in.heapStats.inHeap -
metrics.go#L335: in.heapStats.inStacks - in.heapStats.inWorkBufs -
metrics.go#L336: in.heapStats.inPtrScalarBits)
metrics.go#L343: out.scalar = in.heapStats.inObjects
metrics.go#L350: out.scalar = uint64(in.heapStats.released)
metrics.go#L357: out.scalar = uint64(in.heapStats.inStacks)
metrics.go#L364: out.scalar = uint64(in.heapStats.inHeap) - in.heapStats.inObjects
metrics.go#L399: out.scalar = uint64(in.heapStats.inWorkBufs+in.heapStats.inPtrScalarBits) + in.sysStats.gcMiscSys
metrics.go#L427: out.scalar = uint64(in.heapStats.committed+in.heapStats.released) +
metrics.go#L712: heapStats heapStatsAggregate
metrics.go#L731: a.heapStats.compute()
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |